home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / timidsrc.zip / muldivor.s < prev    next >
Text File  |  1997-05-10  |  224b  |  16 lines

  1.     .file    "muldivor"
  2. gcc2_compiled.:
  3. ___gnu_compiled_c:
  4. .text
  5.     .align 2,0x90
  6. .globl _muldiv
  7. _muldiv:
  8.     pushl %ebp
  9.     movl %esp,%ebp
  10.     movl 8(%ebp),%eax
  11.     imull 12(%ebp),%eax
  12.     xorl %edx,%edx
  13.     divl 16(%ebp)
  14.     leave
  15.     ret
  16.